Private #privatePrivate Readonly #redisStatic Readonly CACHEReadonly ACCESS_Readonly ROOT: "cel_cash"Gets the antecipation client.
The antecipation client.
Gets the cards client.
The cards client.
// List cards
const cards = await service.cards.list({
query: {
limit: 10,
startAt: 0,
},
})
// Create a card
const card = await service.create({
body: {
//...
}
})
// Delete a card
const result = await service.delete({
params: {
cardId: 123,
typeId: 'galaxPayId'
}
})
Gets the chargebacks client.
The chargebacks client.
Gets the charges client.
The charges client.
Gets the companies client.
The companies client.
Gets the customers client.
The customers client.
Gets the pix client.
The pix client.
Gets the plans client.
The plans client.
Gets the subscriptions client.
The subscriptions client.
Gets the transactions client.
The transactions client.
Gets the transfer client.
The transfer client.
Protected getProtected set
Cache constants for CelCash service.